HeaderPath Property (ComboBoxBase<T>)
In This Topic
Gets or sets the name of a property to use for getting the value displayed in the control's input element.
Syntax
'Declaration
Public Overridable Property HeaderPath As System.String
'Usage
Dim instance As ComboBoxBase(Of T)
Dim value As System.String
instance.HeaderPath = value
value = instance.HeaderPath
public virtual System.string HeaderPath {get; set;}
public read-write property HeaderPath: System.String; virtual;
public function get,set HeaderPath : System.String
public: __property virtual System.string* get_HeaderPath();
public: __property virtual void set_HeaderPath(
System.string* value
);
public:
virtual property System.String^ HeaderPath {
System.String^ get();
void set ( System.String^ value);
}
See Also